home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / FollowMouse / FollowMouse.ReadMe < prev    next >
Text File  |  1996-09-26  |  2KB  |  66 lines

  1.  
  2. Program name:  FollowMouse V1.2
  3.  
  4. Written with:  Kick PASCAL 2.0
  5.  
  6. Machine:       Standard Amiga 500 with OS1.3,One drive,1 MByte RAM
  7.  
  8. Author:        Kamran Karimi
  9.  
  10. Source:        Included
  11.  
  12. What it does:  A pair of small blinking eyes in a draggable window following
  13. the mouse movement on the screen. 
  14.  
  15. Program status:You can use this program freely but I retain the Copyright to
  16. both the source and the executable forms of the proram.
  17.  
  18. Directory contents:
  19.  FollowMouse      21640 Bytes
  20.  FollowMouse.p
  21.  FollowMouse.ReadMe
  22.  
  23.  
  24.  V1.0:
  25.  
  26.  The eye situations are defined in a series of frames, and there are not lots
  27. of them, so the eye movements may seem somewhat jerky, but it does the work.
  28.  
  29.  the program first initializes necessary things and sets its priority to -2
  30. so that when a task of higher priority needs lots of computing,the eyes will
  31. stop until the processor becomes free. in short: it would not hinder normal
  32. operations of the Amiga.
  33.  
  34.  then an infinite loop is enterd in which the program computes the mouse 
  35. coordinates and puts the appropriate frame on the screen. based on a random
  36. number it blinks the eyes from time to time.
  37.  
  38.  When you start the program it opens a window in a random place on the
  39. WorkBench screen. you can drag the eyes any where  because it is a draggable 
  40. window. You can run several instances of this program if you want.
  41.  
  42.  V1.2:
  43.  
  44.  All the enhancements in this version should have been carried out in the
  45. original one. The main improvement is that now you can quit the program. To
  46. do so first click in the window of the program and then double click the 
  47. right mouse button. An effect has been added to the program: if the mouse
  48. is not moved for a time, the eyes will become closed and then from time to 
  49. time they'll open up and then close again, until the mouse is moved.
  50.  
  51.  
  52.  I have not tested the program under any other OS version or processor.
  53.  
  54.  
  55.  Send bugs or suggestions to
  56.  
  57.                Kamran Karimi
  58.                2,Hassanabad
  59.                Haghshenas  str.
  60.                Navab       str.
  61.                13599 - Tehran
  62.                Iran
  63.  
  64.  
  65.  
  66.